65 research outputs found

    Building Confidential and Efficient Query Services in the Cloud with RASP Data Perturbation

    Full text link
    With the wide deployment of public cloud computing infrastructures, using clouds to host data query services has become an appealing solution for the advantages on scalability and cost-saving. However, some data might be sensitive that the data owner does not want to move to the cloud unless the data confidentiality and query privacy are guaranteed. On the other hand, a secured query service should still provide efficient query processing and significantly reduce the in-house workload to fully realize the benefits of cloud computing. We propose the RASP data perturbation method to provide secure and efficient range query and kNN query services for protected data in the cloud. The RASP data perturbation method combines order preserving encryption, dimensionality expansion, random noise injection, and random projection, to provide strong resilience to attacks on the perturbed data and queries. It also preserves multidimensional ranges, which allows existing indexing techniques to be applied to speedup range query processing. The kNN-R algorithm is designed to work with the RASP range query algorithm to process the kNN queries. We have carefully analyzed the attacks on data and queries under a precisely defined threat model and realistic security assumptions. Extensive experiments have been conducted to show the advantages of this approach on efficiency and security.Comment: 18 pages, to appear in IEEE TKDE, accepted in December 201

    Virtual screening–based discovery of AI-2 quorum sensing inhibitors that interact with an allosteric hydrophobic site of LsrK and their functional evaluation

    Get PDF
    Introduction: Quorum sensing (QS) is a bacterial intracellular and intercellular communication system that regulates virulence factor production, biofilm formation, and antibiotic sensitivity. Quorum-sensing inhibitors (QSIs) are a novel class of antibiotics that can effectively combat antibiotic resistance. Autoinducer-2 (AI-2) is a universal signaling molecule that mediates inter- and intraspecies QS systems among different bacteria. Furthermore, LsrK plays an important role in regulating the activity and stability of the intracellular AI-2 signaling pathway. Thus, LsrK is considered an important target for the development of QSIs.Methods: We designed a workflow integrating molecular dynamic (MD) simulations, virtual screening, LsrK inhibition assays, cell-based AI-2-mediated QS interference assays, and surface plasmon resonance (SPR)-based protein affinity assays to screen for potential LsrK kinase inhibitors.Results: MD simulation results of the LsrK/ATP complex revealed hydrogen bonds and salt bridge formation among four key residues, namely, Lys 431, Tyr 341, Arg 319, and Arg 322, which are critical for the binding of ATP to LsrK. Furthermore, MD simulation results indicated that the ATP-binding site has an allosteric pocket that can become larger and be occupied by small molecule compounds. Based on these MD simulation results, a constraint of forming at least one hydrogen bond with Arg 319, Arg 322, Lys 431, or Tyr 341 residues was introduced when performing virtual screening using Glide’s virtual screening workflow (VSW). In the meantime, compounds with hydrophobic group likely to interact with the allosteric hydrophobic pocket are preferred when performing visual inspection. Seventy-four compounds were selected for the wet laboratory assays based on virtual screening and the absorption, distribution, metabolism, and excretion (ADME) properties of these compounds. LsrK inhibition assays revealed 12 compounds inhibiting LsrK by more than 60% at a 200 μM concentration; four of these (Y205-6768, D135-0149, 3284–1358, and N025-0038) had IC50 values below 50 μM and were confirmed as ATP-competitive inhibitors. Six of these 12 LsrK inhibitors exhibited high AI-2 QS inhibition, of which, Y205-6768 had the highest activity with IC50 = 11.28 ± 0.70 μM. The SPR assay verified that compounds Y205-6768 and N025-0038 specifically bound to LsrK. MD simulation analysis of the docking complexes of the four active compounds with LsrK further confirmed the importance of forming hydrogen bonds and salt bridges with key basic amino acid residues including Lys 431, Tyr 341, Arg 319, and Arg 322 and filling the allosteric hydrophobic pocket next to the purine-binding site of LsrK.Discussion: Our study clarified for the first time that there is an allosteric site near the ATP-binding site of Lsrk and that it enriches the structure–activity relationship information of Lsrk inhibitors. The four identified compounds showed novel structures, low molecular weights, high activities, and novel LsrK binding modes, rendering them suitable for further optimization for effective AI-2 QSIs. Our work provides a valuable reference for the discovery of QSIs that do not inhibit bacterial growth, thereby avoiding the emergence of drug resistance

    Serum perfluoroalkyl substances in residents following long-term drinking water contamination from firefighting foam in Ronneby, Sweden.

    Get PDF
    BACKGROUND: In December 2013, it was discovered that drinking water supplied to one third of the households in Ronneby, southern Sweden, was highly contaminated by PFAS (sum level >10,000 ng/L) originated from firefighting foams used at a nearby military airport. OBJECTIVES: To report serum PFAS levels of Ronneby residents participating in a biomonitoring program, and to describe the variation by age, sex and calendar period for residential exposure. In addition, a reference group living in a neighboring municipality without PFAS contaminated drinking water was examined. METHODS: Blood samples and demographic data were collected for 3297 Ronneby residents and 226 individuals from the reference group. Yearly residence addresses were available for 3086 Ronneby residents from the national population registry. Serum concentrations of PFHxS, PFOS and PFOA were determined in all participants, with additional PFHpA, PFNA and PFDA in subsets of the participants. RESULTS: The population geometric means for serum PFHxS, PFOS and PFOA were 114, 135 and 6.8 ng/mL for all Ronneby residents, i.e.135, 35 and 4.5 times higher than for the reference group. Ronneby residents who resided in the area with contaminated water supply during 2005-2013 showed much higher PFAS levels in 2014 than those exposed only before 2005. Ronneby residents who never resided in the area with contaminated water supply also had higher serum PFAS levels than the reference group. All three PFAS were highly correlated (rs > 0.9 for each pair). Serum PFAS levels were lowest in teenage years and then increased with age. Adult females had lower PFAS levels on average than males under the age of 60 but higher above 60. DISCUSSION: The results reveal high serum PFAS levels dominated by PFHxS and PFOS in the Ronneby residents highly exposed to PFAS originated from firefighting foams. The PFAS exposure in Ronneby permits studies of associations to a range of health parameters, as well as studies of the toxicokinetics of PFAS exposure

    kNN-R: Building Secure and Efficient Outsourced kNN Query Service with the RASP Encryption

    Get PDF
    With the wide deployment of public cloud computing infrastructures, outsourcing database services to the cloud has become an appealing solution to save operating expense. However, some databases might be so sensitive or precious that the data owner does not want to move to the cloud unless the security is guaranteed. On the other hand, a secure outsourced service should still provide efficient query processing and significantly reduce the inhouse workload to fully realize the benefits of outsourcing. We summarize these key features for an outsourced service as the CPEL criteria: data Confidentiality, query Privacy, Efficient query processing, and Low inhouse workload. Bearing the CPEL criteria in mind, we propose an encryption called RASP to provide query services for range query and k nearest neighbors in secure outsourced databases. In the RASP encryption, data confidentiality and query privacy are guaranteed when applying it for range query and kNN. Efficient query processing is achieved by two aspects: (1) all encrypted data can be indexed to speedup query processing using RTree; (2) The protocol for k nearest search in outsourced databases can find high precision kNN results, which also minimizes costs between the cloud server and the inhouse client. High precision kNN results and minimized interactions result in low inhouse workload. In addition, we have conducted a thorough security analysis on data confidentiality and query privacy
    • …
    corecore